| GUI Help > Create > createUpDown | ||||||||||||||
|
createUpDown |
||||||||||||||
| int handle=createUpDown(int x, int y, int width, int height, handle buddy, [style], handle parent) | ||||||||||||||
|
Description: Creates an UpDown gadget. UpDowns are a pair of buttons with up and down arrows on them. They have a buddy gadget, usually an Edit. When you click on the arrows, the text of the buddy gadget changes to the UpDown gadget's current value. The value is a whole number within a range specified with setUpDownRange. |
||||||||||||||
|
Return Value: Handle to the new gadget. |
||||||||||||||
| Parameters: | ||||||||||||||
|
||||||||||||||
| Remarks:
|
||||||||||||||
| See Also:
|
||||||||||||||
|
Example: (Note: You will need to include the GUI constants file for this example to work) |